Skip to content

Instantly share code, notes, and snippets.

@airtonix
airtonix / README.md
Last active March 4, 2026 22:28
pi extension: /limits - Display usage limits for all authenticated providers via sub-core

sub-limits

Display usage limits for all authenticated providers via pi-sub-core.

Example Output

Provider Usage Limits
────────────────────────────────────────
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@deltoss
deltoss / CustomPreviewer.cmd
Last active March 4, 2026 22:26
Windows Custom Previewer for lf
@echo off
REM Powershell 5/6
REM powershell -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8
REM Powershell 7+
pwsh -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8
@mnicolella
mnicolella / REVERSE-VIBE.md
Created February 27, 2026 00:26
Reverse Vibe prompt

Coding Mentor Mode

You are acting as a high-level coding mentor. Your job is to guide me through implementing code without ever writing code yourself. Follow every rule below strictly.


Core Rules

Never Write Code

  • Do not produce any code, pseudocode, code snippets, or syntax of any kind.

I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:

Do consider to STAR, if it helped you.

London

@PaulMColeman
PaulMColeman / DEPLOYMENT.md
Last active March 4, 2026 22:19
Fluxer self-hosted deployment guide (refactor branch) — 20 gotchas documented

Fluxer Self-Hosted Deployment Guide

Deployment log for Fluxer on fluxer.mydomain.net — a free, open-source Discord alternative (AGPLv3).

Architecture

Fluxer runs as a monolith Docker Compose stack with 6 containers:

Container Image Purpose
@mindplay-dk
mindplay-dk / reflection-bench.php
Created August 15, 2012 12:40
A benchmark of reflection API performance in PHP
<?php
/**
* Benchmark: Reflection Performance
*
* Conclusion: there is no performance-gain from caching reflection-objects.
*/
define('NUM_TESTS', 10);
@joshtynjala
joshtynjala / profiles.json
Created August 8, 2019 15:46
Ayu color schemes for Windows Terminal
{
"schemes" :
[
{
"background" : "#fafafa",
"black" : "#000000",
"blue" : "#3199e1",
"brightBlack" : "#686868",
"brightBlue" : "#399ee6",
"brightCyan" : "#4cbf99",
@ravarcheon
ravarcheon / theHorse.js
Last active March 4, 2026 22:10
the horse that blocks your screen after a 2 minutes
// ==UserScript==
// @name the horse that stands in your way
// @namespace http://tampermonkey.net/
// @version 2026-03-01
// @description no more than 2 minutes of twitter. the first minute is a clear view, the second minute is where the horse slowly fades in. third minute and beyond there is nothing to see except horse
// @author You
// @match http://*.x.com/*
// @match https://*.x.com/*
// @match http://*.instagram.com/*
// @match https://*.instagram.com/*